home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / MDIMFC.PAK / MDIMAC.R < prev    next >
Text File  |  1997-05-06  |  3KB  |  177 lines

  1. /////////////////////////////////////////////////////////////////////////
  2. // WLM resources
  3.  
  4. #include    "ftab.r"
  5. #include    "mrc\types.r"
  6. #include    "mrc\balloons.r"
  7. #include        "systypes.r"
  8.  
  9.  
  10. /////////////////////////////////////////////////////////////////////////
  11. // MFC resources
  12.  
  13. #include    "afxaete.r"
  14.  
  15.  
  16. /////////////////////////////////////////////////////////////////////////
  17. // Code fragment resources
  18.  
  19. #include    "CodeFrag.r"
  20.  
  21.  
  22. /////////////////////////////////////////////////////////////////////////
  23. // MDI resources
  24.  
  25. resource 'SIZE' (-1)
  26. {
  27.     reserved,
  28.     acceptSuspendResumeEvents,
  29.     reserved,
  30.     canBackground,
  31.     doesActivateOnFGSwitch,
  32.     backgroundAndForeground,
  33.     dontGetFrontClicks,
  34.     ignoreAppDiedEvents,
  35.     is32BitCompatible,
  36.     isHighLevelEventAware,
  37.     localAndRemoteHLEvents,
  38.     isStationeryAware,
  39.     dontUseTextEditServices,
  40.     reserved,
  41.     reserved,
  42.     reserved,
  43. #ifdef _MPPC_
  44.     2500 * 1024,
  45.     2500 * 1024
  46. #else    // 68K Mac
  47. #ifdef _DEBUG
  48.     3000 * 1024,
  49.     3000 * 1024
  50. #else
  51.     2000 * 1024,
  52.     2000 * 1024
  53. #endif
  54. #endif
  55. };
  56.  
  57. resource 'vers' (1)
  58. {
  59.     0x02,
  60.     0x00,
  61.     final,
  62.     0x00,
  63.     verUS,
  64.     "2.0",
  65.     "MDI 2.0, Copyright \251 Microsoft Corp. 1992-1995"
  66. };
  67.  
  68. resource 'vers' (2)
  69. {
  70.     0x04,
  71.     0x00,
  72.     final,
  73.     0x00,
  74.     verUS,
  75.     "4.0",
  76.     "MFC for Macintosh 4.0"
  77. };
  78.  
  79. resource 'BNDL' (128, purgeable)    // mdiapp bundle resource ID
  80. {
  81.     'MDIX',
  82.     0,
  83.     {
  84.         'FREF',
  85.         {
  86.             0, 128
  87.         },
  88.         'ICN#',
  89.         {
  90.             0, 31233
  91.         }
  92.     }
  93. };
  94.  
  95. type 'MDIX' as 'STR ';
  96. resource 'MDIX' (0)
  97. {
  98.     "MDI Application"
  99. };
  100.  
  101. resource 'FREF' (128, purgeable)    // mdi application
  102. {
  103.     'APPL', 0,
  104.     ""
  105. };
  106.  
  107. /* Balloon help resources */
  108.  
  109. resource 'hfdr' (-5696)
  110. {
  111.     HelpMgrVersion, hmDefaultOptions, 0, 0,
  112.     {
  113.         HMSTRResItem {500}
  114.     }
  115. };
  116.  
  117. resource 'hovr' (1000)
  118. {
  119.     HelpMgrVersion, hmDefaultOptions, 0, 0,
  120.  
  121.         HMStringItem    /* missing items override */
  122.         {
  123.             "Miscellaneous part of the Microsoft MDI "
  124.             "Sample Application."
  125.         },
  126.         {
  127.             HMSkipItem {},  /* title bar */
  128.             HMSkipItem {},  /* reserved. always skip item here */
  129.             HMStringItem    /* close box */
  130.             {
  131.                 "Click here to close the Microsoft MDI "
  132.                 "Sample Application."
  133.             },
  134.             HMStringItem    /* zoom box */
  135.             {
  136.                 "Click here to Zoom In or Zoom Out."
  137.             },
  138.             HMSkipItem {},  /* active app's inactive window */
  139.             HMStringItem    /* inactive app's window */
  140.             {
  141.                 "This is not part of the Microsoft MDI "
  142.                 "Application. It may be part of the Apple "
  143.                 "Finder, or some other application."
  144.             },
  145.             HMSkipItem {}   /* outside modal dialog */
  146.         }
  147. };
  148.  
  149. #ifdef _MPPC_
  150. resource 'STR ' (500)
  151. {
  152.     "This is the Win32 MDI sample application "
  153.     "ported to the Power Macintosh using Microsoft VC++ "
  154.     "Edition for the Apple Power Macintosh"
  155. };
  156. #else    // 68K Mac
  157. resource 'STR ' (500)
  158. {
  159.     "This is the Win32 MDI sample application "
  160.     "ported to the Macintosh using Microsoft VC++ Edition "
  161.     "for the Apple Macintosh"
  162. };
  163. #endif
  164.  
  165. #ifdef _MPPC_
  166. resource 'cfrg' (0) {
  167.   {
  168.     kPowerPC,
  169.     kFullLib,
  170.     kNoVersionNum,kNoVersionNum,
  171.     0, 0,
  172.     kIsApp,kOnDiskFlat,kZeroOffset,kWholeFork,
  173.     ""
  174.   }
  175. };
  176. #endif
  177.